home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / scsiDiskBoot / RCS / devSCSITape.h,v < prev    next >
Encoding:
Text File  |  1989-06-10  |  630 b   |  48 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    mendel:1.1; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     86.08.11.14.03.50;  author brent;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @External defs for the tape driver
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @/*
  27.  * devSCSITape.h --
  28.  *
  29.  *    External definitions for the SCSI Tape.
  30.  *
  31.  * Copyright 1986 Regents of the University of California
  32.  * All rights reserved.
  33.  *
  34.  *
  35.  * $Header: devSCSIDisk.h,v 1.1 86/08/11 12:07:34 brent Exp $ SPRITE (Berkeley)
  36.  */
  37.  
  38. #ifndef _DEVSCSITAPE
  39. #define _DEVSCSITAPE
  40.  
  41. /*
  42.  * Forward Declarations.
  43.  */
  44. ReturnStatus Dev_SCSITapeIO();
  45.  
  46. #endif _DEVSCSITAPE
  47. @
  48.